@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-size: 16px;
  min-width: 320px;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 1.25;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

.img-responsive, img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*класс для скрытия элементов, напр при стилизации чекбоксов*/
.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}

/*add new style*/
*:focus {
  outline: none;
}

p,
dd,
dl,
figure,
blockquote {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
}

audio,
video {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

i,
em {
  font-style: inherit;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/*убираем стандартный стиль селекта со стрелкой и делаем свою*/
/* https://codepen.io/yurch-html/pen/djdMZq */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

@font-face {
  font-family: "MS100";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.eot");
  src: url("../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.woff") format("woff"), url("../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.ttf") format("truetype");
}

@font-face {
  font-family: "MS300";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.eot");
  src: url("../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.ttf") format("truetype");
}

@font-face {
  font-family: "MS500";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.eot");
  src: url("../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.ttf") format("truetype");
}

@font-face {
  font-family: "MS700";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.eot");
  src: url("../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.ttf") format("truetype");
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
}

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before, .simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* -------------------------------------
	Common styles
	------------------------------------- */
.container,
.container-big {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 576px) {
  .container,
  .container-big {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-big {
    max-width: 758px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-big {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-big {
    max-width: 1150px;
  }
}

@media (min-width: 1300px) {
  .container-big {
    max-width: 1270px;
  }
}

@media (min-width: 1380px) {
  .container-big {
    max-width: 1380px;
  }
}

/* -----------------------------------
	global style
	------------------------------------ */
/*GLOBAL STYLE BEGIN*/
.text-center {
  text-align: center;
}

::-moz-selection {
  background-color: #38b1e8;
  color: #fff;
}

::selection {
  background-color: #38b1e8;
  color: #fff;
}

body {
  font-family: "MS100", sans-serif;
}

/*GLOBAL STYLE END*/
/* -----------------------------------
	text style
	------------------------------------ */
.title {
  font-size: 36px;
  line-height: 48px;
  font-family: "MS300";
  color: #2c2c3b;
}

.title span {
  color: #38b1e8;
}

.pageTitle {
  font-size: 48px;
  color: #2c2c3b;
  line-height: 60px;
  text-align: center;
  font-family: "MS700";
}

/* -----------------------------------
	buttons style
	------------------------------------ */
.btns {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4cc1f8), to(#1996d0));
  background-image: -webkit-linear-gradient(top, #4cc1f8 0%, #1996d0 100%);
  background-image: -o-linear-gradient(top, #4cc1f8 0%, #1996d0 100%);
  background-image: linear-gradient(to bottom, #4cc1f8 0%, #1996d0 100%);
  -webkit-box-shadow: 0px 5px 0px 0px #1e7fac;
          box-shadow: 0px 5px 0px 0px #1e7fac;
  max-width: 237px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 69px;
  -webkit-border-radius: 25px/70px;
          border-radius: 25px/70px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "MS500";
  color: #fff;
  padding: 15px 5px;
  letter-spacing: 1px;
}

.btns:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  bottom: -5px;
}

/* -----------------------------------
	form style
	------------------------------------ */
*::-webkit-input-placeholder {
  color: #b1b1b1;
  font-family: "MS300";
  font-size: 15px;
  opacity: 1;
}

*:-moz-placeholder {
  color: #b1b1b1;
  font-family: "MS300";
  font-size: 15px;
  opacity: 1;
}

*::-moz-placeholder {
  color: #b1b1b1;
  font-family: "MS300";
  font-size: 15px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #b1b1b1;
  font-family: "MS300";
  font-size: 15px;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #b1b1b1;
  font-family: "MS300";
  font-size: 15px;
}

body input:required:valid,
body textarea:required:valid {
  color: #b1b1b1;
  font-family: "MS300";
  font-size: 15px;
}

.aboutFormWrapper--bg {
  background: url("../img/home/heroBg.png") no-repeat center bottom 300px;
  -webkit-background-size: contain;
          background-size: contain;
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}

.aboutFormWrapper--bg:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.breadcrumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: 15px;
  font-family: "MS300";
  color: #85BCFF;
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 130px auto 0px;
}

@media only screen and (max-width: 1199px) {
  /* -----------------------------------
		text style
		------------------------------------ */
  .pageTitle {
    font-size: 48px;
  }
  /* -----------------------------------
		buttons style
		------------------------------------ */
  .btns {
    max-width: 210px;
    width: 100%;
    height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  /* -----------------------------------
		text style
		------------------------------------ */
  .title {
    font-size: 30px;
    line-height: 1.25;
    font-family: "MS300";
  }
}

@media only screen and (max-width: 767px) {
  /* -----------------------------------
		text style
		------------------------------------ */
  .title {
    font-size: 28px;
  }
  .pageTitle {
    font-size: 36px;
    line-height: 1.4;
  }
  .aboutFormWrapper--bg {
    background: url("../img/home/heroBg.png") no-repeat center bottom 350px;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .breadcrumb {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  /* -----------------------------------
		buttons style
		------------------------------------ */
  .btns {
    max-width: 200px;
    width: 100%;
    height: 50px;
  }
  /* -----------------------------------
		text style
		------------------------------------ */
  .title {
    font-size: 26px;
  }
  .aboutFormWrapper--bg {
    background: url("../img/home/heroBg.png") no-repeat center bottom 400px;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

@media only screen and (max-width: 480px) {
  /* -----------------------------------
		text style
		------------------------------------ */
  .title {
    font-size: 24px;
  }
  .pageTitle {
    font-size: 30px;
    line-height: 1.4;
  }
  .aboutFormWrapper--bg {
    background: url("../img/home/heroBg.png") no-repeat center bottom 450px;
    -webkit-background-size: contain;
            background-size: contain;
  }
}

@media only screen and (max-width: 375px) {
  /* -----------------------------------
		text style
		------------------------------------ */
  .title {
    font-size: 22px;
  }
}

.pageSingleCar,
.pageOurPark,
.pageUsluga,
.pageContacts,
.pageFaq {
  background: url("../img/home/heroBg.png") no-repeat center top;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  padding-top: 1px;
}

.pageContacts {
  position: relative;
}

.pageContacts .contacts__title {
  display: none;
}

.pageContacts .aboutFormWrapper--bg:before {
  background: none;
}

.pageContacts:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.pageOurPark .tabCatalog__tabs {
  max-width: 820px;
  padding-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .pageOurPark .tabCatalog__tabs {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .pageContacts .container-big {
    padding-top: 70px;
  }
}

.carsPark__seeAll {
  display: none !important;
}

.tabCatalog {
  padding-bottom: 100px;
}

.pageContacts__descr {
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin: 30px 0;
}

.pageContacts__descr p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 480px) {
  .pageContacts__descr {
    padding: 30px 0;
  }
}

/* -------------------------------------
	header
	------------------------------------- */
.header {
  padding: 15px 0;
  position: relative;
  width: 100%;
  z-index: 999;
  top: 0;
}

.header__logo {
  display: block;
  padding-top: 10px;
  margin: 0 60px;
  max-width: 180px;
  width: 100%;
}

.header__logo--mobi {
  display: none;
}

.header__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .nav {
  margin-left: 60px;
}

.header .nav__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.header .nav__link,
.header .nav .nav__link--subMenuWrap {
  margin: 0 17px;
  cursor: pointer;
  font-size: 15px;
  line-height: 16px;
  font-family: "MS300";
  text-decoration: underline;
  text-decoration: none;
  border-bottom: 1px solid #85BCFF;
  color: #85BCFF;
}

.header .nav__link:hover,
.header .nav .nav__link--subMenuWrap:hover {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.header__colContacts .phone {
  font-size: 21px;
  font-family: "MS300";
  color: #2c2c3b;
  background: url("../img/home/call-answer.png") no-repeat left center;
  padding-left: 30px;
}

.header.sticky {
  padding: 0 0 5px 0;
  background: #fff;
  -webkit-box-shadow: 2px 0 5px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0 5px 3px rgba(0, 0, 0, 0.3);
}

.header.sticky.fade_down_effect {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.nav__item--subMenuWrap {
  position: relative;
}

.nav__item--subMenuWrap:hover .sub-menu {
  display: block;
}

.sub-menu {
  background: #fff;
  padding: 15px;
  position: absolute;
  top: 18px;
  width: 230px;
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: none;
}

.sub-menu:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-bottom: 5px solid white;
}

.sub-menu__link {
  color: #85BCFF;
  font-family: "MS300";
  font-size: 15px;
  line-height: 30px;
  display: block;
}

.sub-menu__link:hover {
  text-decoration: underline;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.sub-menu__item > ul {
  display: none;
}

@media only screen and (min-width: 992px) {
  .sub-menu__item {
    position: relative;
  }
  .sub-menu__item:hover > ul {
    display: block;
  }
}

.sub-sub-menu {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.sub-sub-menu a {
  color: #85BCFF;
  font-family: "MS300";
  font-size: 15px;
  line-height: 18px;
  display: block;
  margin-bottom: 10px;
}

.sub-sub-menu a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1379px) {
  .header {
    padding: 5px 0;
  }
  .header__logo {
    margin: 0 20px;
  }
  .header .nav {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .header {
    padding: 8px 0;
  }
  .header__logo {
    margin: 0 8px;
    max-width: 150px;
    padding-top: 5px;
  }
  .header .nav__link,
  .header .nav .nav__link--subMenuWrap {
    margin: 0 10px;
    font-size: 14px;
  }
  .header__colContacts .phone {
    font-size: 19px;
    padding-left: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .header {
    padding: 5px 0 5px 0;
  }
  .header.sticky {
    padding: 5px 0 5px 0;
  }
  .header__logo--mobi {
    display: block;
  }
  .header__logo--desctop {
    display: none;
  }
  .header .nav {
    padding: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: fixed;
    background: #38b1e8;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    top: 10px;
    right: 12px;
    height: 36px;
    width: 36px;
    z-index: 100;
    cursor: pointer;
  }
  .header .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    position: fixed;
    right: -9000px;
  }
  .header .nav__toggle {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    content: "";
    height: 3px;
    width: 26px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    background-color: #fff;
    position: fixed;
    top: 27px;
    right: 17px;
    z-index: 10;
  }
  .header .nav__toggle::before, .header .nav__toggle::after {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 26px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    background-color: #fff;
  }
  .header .nav__toggle::before {
    top: -8px;
  }
  .header .nav__toggle::after {
    top: 8px;
  }
  .header .nav-expanded {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    text-align: center;
    line-height: 2em;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #f1f1f1;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .nav-expanded .nav__item {
    width: 100%;
    position: relative;
  }
  .header .nav-expanded .nav__list {
    position: relative;
    z-index: 99;
    right: 0;
    padding-top: 80px;
    text-align: center;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    z-index: 2;
  }
  .header .nav-expanded .nav__link,
  .header .nav-expanded .nav__link--subMenuWrap {
    display: block;
    padding: 1.5rem 0;
    font-size: 1em;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
  }
  .header .nav-expanded .nav__link:hover,
  .header .nav-expanded .nav__link--subMenuWrap:hover {
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
  }
  .header .nav-expanded .nav__toggle {
    background-color: transparent;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }
  .header .nav-expanded .nav__toggle:before {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #38b1e8;
  }
  .header .nav-expanded .nav__toggle:after {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    top: -0px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #38b1e8;
  }
  .header__colContacts {
    margin-right: 50px;
  }
  .header__colContacts .phone {
    font-size: 20px;
    padding-left: 23px;
  }
  .nav__item--subMenuWrap {
    position: relative;
    z-index: 3;
  }
  .sub-menu__item {
    position: relative;
  }
  .sub-menu {
    background: #fff;
    padding: 15px;
    position: relative;
    top: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    -webkit-box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    display: block;
  }
  .sub-sub-menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0;
    top: 30px;
    z-index: 2;
    background: #F7F7F7;
    padding: 30px 10px;
  }
  .sub-sub-menu:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 1px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-bottom: 7px solid  #F7F7F7;
  }
  .sub-sub-menu.db {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .header {
    padding: 10px 0 10px 0;
  }
  .header.sticky {
    padding: 10px 0 10px 0;
  }
  .header__logo--mobi {
    max-width: 100px;
  }
  .header__colContacts {
    margin-right: 45px;
  }
  .header__colContacts .phone {
    font-size: 20px;
    -webkit-background-size: 14px 14px;
            background-size: 14px;
    padding-left: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .header {
    padding: 13px 0 13px 0;
  }
  .header.sticky {
    padding: 13px 0 13px 0;
  }
  .header__logo--mobi {
    max-width: 75px;
  }
  .header__colContacts {
    margin-right: 45px;
  }
  .header__colContacts .phone {
    font-size: 17px;
    -webkit-background-size: 14px 14px;
            background-size: 14px;
    padding-left: 18px;
  }
}

/* -------------------------------------
	hero
	------------------------------------- */
.hero {
  background: url("../img/home/heroBg.png") no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 185px 0 150px 0;
  position: relative;
}

.hero__car {
  position: absolute;
  background: url("../img/home/hero-car.png") no-repeat bottom -90px right;
  right: 0;
  bottom: 0;
  width: 770px;
  height: 410px;
}

.hero__title {
  font-size: 48px;
  font-family: "MS700";
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
  padding-top: 45px;
}

.hero__btn {
  margin: 0 auto;
}

.hero__advantages {
  position: absolute;
  left: 0;
}

.hero__advantagesItem {
  width: 290px;
  position: relative;
}

.hero__advantagesItem1 {
  margin-bottom: 80px;
}

.hero__advantagesItem1:before {
  position: absolute;
  content: '';
  z-index: 2;
  width: 125px;
  height: 109px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: -60px auto 0;
  display: block;
  background: url("../img/home/license.png") no-repeat center center;
}

.hero__advantagesItem2:before {
  position: absolute;
  z-index: 2;
  content: '';
  width: 136px;
  height: 97px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: -60px auto 0;
  display: block;
  background: url("../img/home/checkup.png") no-repeat center center;
}

.hero__advantagesInner {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: white;
  -webkit-box-shadow: 0px 16px 40px 0px rgba(154, 154, 154, 0.2);
          box-shadow: 0px 16px 40px 0px rgba(154, 154, 154, 0.2);
  padding: 5px;
  overflow: hidden;
}

.hero__advantagesInner .advantagesTxt {
  border: 1px dashed rgba(199, 199, 199, 0.5);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 50px 20px 20px;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #84848c;
}

.hero__advantagesInner .advantagesTxt:before {
  background: #fff;
  content: '';
  width: 15px;
  height: 15px;
  border-right: 1px dashed rgba(199, 199, 199, 0.5);
  border-top: 1px dashed rgba(199, 199, 199, 0.5);
  display: block;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: -2px;
  top: 30px;
}

@media only screen and (max-width: 1379px) {
  .hero__car {
    -webkit-background-size: 80% 80%;
            background-size: 80%;
    background-position: bottom right;
    bottom: -60px;
  }
  .hero__advantagesItem {
    width: 270px;
  }
  .hero__advantagesInner .advantagesTxt {
    padding: 50px 15px 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding: 170px 0 150px 0;
  }
  .hero__car {
    -webkit-background-size: 70% 70%;
            background-size: 70%;
    background-position: bottom right;
    bottom: -60px;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__advantagesItem {
    width: 225px;
  }
  .hero__advantagesInner .advantagesTxt {
    padding: 40px 2px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .hero {
    padding: 80px 0 300px 0;
  }
  .hero__car {
    display: none;
  }
  .hero__container-big {
    min-height: 100%;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__advantages {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 500px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
  }
  .hero__advantagesItem {
    width: 220px;
    margin: 0;
  }
  .hero__advantagesItem1:before {
    -webkit-background-size: 90px 90px;
            background-size: 90px;
  }
  .hero__advantagesItem2:before {
    -webkit-background-size: 100px 100px;
            background-size: 100px;
  }
  .hero__advantagesInner .advantagesTxt {
    height: 140px;
    padding: 25px 2px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .hero__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .hero {
    padding: 80px 0 400px 0;
  }
  .hero__title {
    font-size: 28px;
  }
  .hero__advantages {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    bottom: -370px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 500px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
  }
  .hero__advantagesItem {
    width: 220px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
    margin: 0;
  }
  .hero__advantagesItem1 {
    margin-bottom: 60px;
  }
  .hero__advantagesItem1:before {
    -webkit-background-size: 80px 80px;
            background-size: 80px;
  }
  .hero__advantagesItem2:before {
    -webkit-background-size: 100px 100px;
            background-size: 100px;
  }
  .hero__advantagesInner .advantagesTxt {
    height: 110px;
    padding: 25px 2px 10px;
    font-size: 13px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .hero {
    padding: 80px 0 400px 0;
  }
  .hero__title {
    font-size: 24px;
  }
}

/* -------------------------------------
	services
	------------------------------------- */
.servicesSlider {
  position: relative;
  z-index: 3;
  padding: 35px 0 20px 0;
}

.servicesSlider__itemImg {
  margin-bottom: 8px;
  height: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.servicesSlider__itemImg img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.servicesSlider__tabTitle {
  font-size: 16px;
  font-weight: bold;
  color: #2c2c3b;
  text-align: center;
  margin-bottom: 12px;
}

.servicesSlider__wrapNav {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 11px;
}

.servicesSlider__wrapFor {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.servicesSlider__itemForNav {
  width: 100%;
  max-width: 314px;
  margin-left: 40px;
  position: relative;
  z-index: 9999;
}

.servicesSlider__submenu {
  border: 1px solid #949494;
  padding: 20px 35px 20px 20px;
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  font-size: 14px;
  font-family: "MS300";
  cursor: pointer;
}

.servicesSlider__submenu .submenuArrow {
  border-left: 1px solid #949494;
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.servicesSlider__submenu .submenuArrow:before {
  position: absolute;
  content: '';
  border: 6px solid transparent;
  border-top: 6px solid #38b1e8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
      -ms-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}

.servicesSlider__submenuList {
  position: absolute;
  border: 1px solid  #949494;
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  padding: 10px 5px;
  display: none;
  max-height: 400px;
  overflow: auto;
  z-index: 9999999999999999;
}

.servicesSlider__submenuList a {
  color: #85BCFF;
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #85BCFF;
}

.servicesSlider__submenuList a:last-child {
  border-bottom: none;
}

.servicesSlider__submenuList a:hover {
  background: #38b1e8;
  color: #fff;
}

.servicesSlider__itemFor {
  min-height: 650px;
  width: 100%;
  background: url("../img/home/sliderServiceBg.png") no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.servicesSlider__itemForTitle {
  font-size: 30px;
  font-weight: bold;
  color: #2c2c3b;
  margin-top: 8px;
}

.servicesSlider__itemForContent {
  font-size: 16px;
  line-height: 1.45;
  padding: 50px 100px 15px 100px;
  margin-right: 30px;
  color: #949494;
}

.servicesSlider__itemForContent p {
  margin-bottom: 25px;
}

.servicesSlider__itemForContent1 {
  background: url("../img/home/hero-car.png") no-repeat bottom right -60px;
  -webkit-background-size: 430px 430px;
          background-size: 430px;
}

.servicesSlider__itemForContent2 {
  background: url("../img/home/bus-001.png") no-repeat bottom right -60px;
  -webkit-background-size: 390px 390px;
          background-size: 390px;
}

.servicesSlider__itemForContent3 {
  background: url("../img/home/carSlideTransfer.png") no-repeat bottom right -60px;
  -webkit-background-size: 430px 430px;
          background-size: 430px;
}

.servicesSlider__itemForContent4 {
  background: url("../img/home/limusin-icon.png") no-repeat bottom right -60px;
  -webkit-background-size: 430px 430px;
          background-size: 430px;
}

.servicesSlider__itemForContent5 {
  background: url("../img/home/grozopass.png") no-repeat bottom right -60px;
  -webkit-background-size: 380px 380px;
          background-size: 380px;
}

.servicesSlider__itemForContentTop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.servicesSlider__itemForContentBottom {
  max-width: 525px;
  margin-top: 30px;
}

.servicesSlider__advantages {
  background: #38b1e8;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 115px;
  width: 100%;
  max-width: 1030px;
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 75px;
}

.servicesSlider__advantages:before {
  position: absolute;
  content: '';
  border: 15px solid transparent;
  border-left: 15px solid #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.servicesSlider__advantagesItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.servicesSlider__advantagesIcon {
  position: relative;
  min-width: 37px;
  min-height: 37px;
  width: 37px;
  height: 37px;
  display: block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 10px;
}

.servicesSlider__advantagesIcon:before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  border: 2px solid #fff;
  width: 16px;
  height: 8px;
  left: 45%;
  border-right: 0;
  border-top: 0;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
      -ms-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}

.servicesSlider__advantagesDescr {
  font-size: 15px;
  color: #fff;
}

.servicesSlider__itemForBtnOrder {
  margin: 30px auto;
}

.servicesSlider__itemForBtnOrder .btns {
  margin: 0 auto;
}

.servicesSlider .slider-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.servicesSlider .slick-prev, .servicesSlider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0;
  background: #38b1e8;
  z-index: 2;
  cursor: pointer;
  opacity: .7;
  border: none;
  outline: none;
  top: 42%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.servicesSlider .slick-prev::before, .servicesSlider .slick-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
}

.servicesSlider .slick-prev::before {
  left: 50%;
  border-right: 0;
  border-top: 0;
  -webkit-transform: translate(-30%, -50%) rotate(45deg);
      -ms-transform: translate(-30%, -50%) rotate(45deg);
          transform: translate(-30%, -50%) rotate(45deg);
}

.servicesSlider .slick-next::before {
  right: 50%;
  border-left: 1px;
  border-bottom: 1px;
  -webkit-transform: translate(30%, -50%) rotate(45deg);
      -ms-transform: translate(30%, -50%) rotate(45deg);
          transform: translate(30%, -50%) rotate(45deg);
}

.servicesSlider .slick-prev {
  left: -115px;
}

.servicesSlider .slick-next {
  right: -115px;
}

.servicesSlider .slick-prev:hover, .servicesSlider .slick-prev:focus,
.servicesSlider .slick-next:hover,
.servicesSlider .slick-next:focus {
  outline: none;
  opacity: 1;
}

.servicesSlider .slick-prev:hover:before, .servicesSlider .slick-prev:focus:before {
  opacity: 1;
}

.servicesSlider .slick-next:hover:before, .servicesSlider .slick-next:focus:before {
  opacity: 1;
}

.servicesSlider .slick-prev.slick-disabled:before, .servicesSlider .slick-next.slick-disabled:before {
  opacity: .25;
}

.servicesSlider .slick-dots {
  position: absolute;
  bottom: 14px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.servicesSlider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.servicesSlider .slick-dots li button {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  opacity: 0.3;
  outline: none;
  border: 2px solid gray;
}

.servicesSlider .slick-dots li button:hover, .servicesSlider .slick-dots li button:focus {
  outline: none;
}

.servicesSlider .slick-dots li button:hover:before, .servicesSlider .slick-dots li button:focus:before {
  opacity: 1;
}

.servicesSlider .slick-dots li.slick-active button {
  opacity: 1;
  background: none;
  border: 2px solid #38b1e8;
}

.activeServiceSlide-js {
  border-bottom: 5px solid #38b1e8;
}

@media only screen and (max-width: 1379px) {
  .servicesSlider .slick-prev {
    left: -60px;
  }
  .servicesSlider .slick-next {
    right: -60px;
  }
}

@media only screen and (max-width: 1199px) {
  .servicesSlider .slick-prev, .servicesSlider .slick-next {
    width: 45px;
    height: 45px;
  }
  .servicesSlider .slick-prev::before, .servicesSlider .slick-next::before {
    width: 15px;
    height: 15px;
  }
  .servicesSlider .slick-prev {
    left: -20px;
  }
  .servicesSlider .slick-next {
    right: -20px;
  }
  .servicesSlider__wrapNav, .servicesSlider__wrapFor {
    max-width: 940px;
  }
  .servicesSlider__advantages {
    padding: 0 35px;
  }
  .servicesSlider__advantagesItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
  .servicesSlider__itemForContent {
    -webkit-background-size: 370px 370px;
            background-size: 370px;
    padding: 50px 80px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .servicesSlider .slick-prev, .servicesSlider .slick-next {
    width: 45px;
    height: 45px;
  }
  .servicesSlider .slick-prev::before, .servicesSlider .slick-next::before {
    width: 15px;
    height: 15px;
  }
  .servicesSlider .slick-prev {
    left: -40px;
  }
  .servicesSlider .slick-next {
    right: -40px;
  }
  .servicesSlider .slick-dots {
    bottom: 10px;
  }
  .servicesSlider__wrapNav {
    max-width: 750px;
  }
  .servicesSlider__wrapFor {
    max-width: 680px;
  }
  .servicesSlider__advantages {
    padding: 5px 25px 5px 10px;
    position: relative;
  }
  .servicesSlider__advantagesItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servicesSlider__advantagesIcon {
    min-width: 34px;
    min-height: 34px;
    width: 34px;
    height: 34px;
    margin: 0;
  }
  .servicesSlider__advantagesDescr {
    text-align: center;
  }
  .servicesSlider__itemForContent {
    background: none;
    padding: 30px 30px 15px;
    position: relative;
    z-index: 1;
    color: #4a4646;
    font-family: "MS300";
    margin-right: 0;
  }
  .servicesSlider__itemForContent:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    right: 0;
  }
  .servicesSlider__tabTitle {
    min-height: 40px;
  }
  .servicesSlider__itemForContentTop {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .servicesSlider__itemForContentTop, .servicesSlider__itemForContentBottom {
    position: relative;
  }
  .servicesSlider .slick-list.draggable {
    padding: 10px 0 20px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .servicesSlider__itemFor {
    background: #fff;
    border: 1px solid rgba(199, 199, 199, 0.5);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 500px;
  }
  .servicesSlider__itemFor:after {
    position: absolute;
    content: '';
    width: 95%;
    height: 10px;
    background: #38b1e8;
    -webkit-border-radius: 0 0 50px 50px;
            border-radius: 0 0 50px 50px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .servicesSlider__itemFor:before {
    background: #fff;
    content: '';
    width: 15px;
    height: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.9);
    border-top: 1px solid rgba(0, 0, 0, 0.9);
    display: block;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    position: absolute;
    left: -2px;
    top: 60px;
  }
  .servicesSlider__itemForNav {
    margin-left: 20px;
  }
  .servicesSlider__itemForTitle {
    margin-top: 0;
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .servicesSlider__wrapNav {
    max-width: 540px;
  }
  .servicesSlider__wrapFor {
    max-width: 480px;
  }
  .servicesSlider .slider-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .servicesSlider__itemNav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26%;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 26%;
    margin-bottom: 30px;
  }
  .servicesSlider__itemImg {
    height: 70px;
  }
  .servicesSlider__itemForTitle {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .servicesSlider__wrapNav {
    max-width: 540px;
  }
  .servicesSlider__wrapFor {
    max-width: 390px;
  }
  .servicesSlider .slider-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .servicesSlider__itemNav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26%;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 26%;
    margin-bottom: 30px;
  }
  .servicesSlider__itemImg {
    height: 70px;
  }
  .servicesSlider__itemForContentTop {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servicesSlider__itemForNav {
    margin: 20px 0 0 0;
  }
  .servicesSlider__advantages {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
  .servicesSlider__advantagesItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    margin: 15px 0;
  }
  .servicesSlider__itemForTitle {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .servicesSlider__itemNav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 25px;
  }
  .servicesSlider__itemImg {
    height: 55px;
  }
  .servicesSlider__itemForContent {
    padding: 30px 12px 15px;
  }
  .servicesSlider__itemForNav {
    margin: 20px 0 0 0;
  }
  .servicesSlider__advantages {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .servicesSlider__advantagesItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 140px;
    margin: 15px 0;
  }
  .servicesSlider .slick-prev, .servicesSlider .slick-next {
    display: none !important;
  }
  .servicesSlider__itemForTitle {
    font-size: 22px;
  }
}

/* -------------------------------------
	our park
	------------------------------------- */
.ourPark {
  padding: 0 0 50px 0;
}

.ourPark__title {
  text-align: center;
  max-width: 440px;
  margin: 30px auto 105px;
}

.ourPark__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ourPark__item {
  background: #F9F9F9;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: relative;
}

.ourPark__item--bg {
  background: #38b1e8;
  -webkit-box-shadow: 0 18px 38px 0 rgba(69, 155, 194, 0.5);
          box-shadow: 0 18px 38px 0 rgba(69, 155, 194, 0.5);
}

.ourPark__itemImg {
  width: 250px;
  height: 200px;
  display: block;
  position: relative;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  left: 0px;
}

.ourPark__itemImg1 {
  background: url("../img/home/ourPark-car1.png") no-repeat left -32px center;
  -webkit-background-size: contain;
          background-size: contain;
}

.ourPark__itemImg2 {
  background: url("../img/home/ourPark-car2.png") no-repeat left -15px center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 235px;
}

.ourPark__itemImg3 {
  background: url("../img/home/ourPark-car3.png") no-repeat left -32px center;
  -webkit-background-size: contain;
          background-size: contain;
}

.ourPark__itemImg4 {
  background: url("../img/home/ourPark-car4.png") no-repeat left 0 center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 225px;
}

.ourPark__itemImg5 {
  color: #2c2c3b;
  position: absolute;
  width: 200px;
  height: auto;
  font-size: 18px;
  text-align: center;
  font-family: "MS300";
  top: 40%;
}

.ourPark__item--link:hover {
  background: #38b1e8;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

.ourPark__item--link:hover .ourPark__itemImg5 {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 1199px) {
  .ourPark__item {
    width: 160px;
    height: 160px;
  }
  .ourPark__itemImg {
    width: 200px;
    height: 160px;
  }
  .ourPark__itemImg4 {
    width: 170px;
  }
  .ourPark__itemImg5 {
    width: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .ourPark__title {
    margin: 30px auto 75px;
  }
  .ourPark__item {
    width: 130px;
    height: 130px;
  }
  .ourPark__item--bg {
    background: #38b1e8;
    -webkit-box-shadow: 0 5px 20px 0 rgba(69, 155, 194, 0.5);
            box-shadow: 0 5px 20px 0 rgba(69, 155, 194, 0.5);
  }
  .ourPark__itemImg {
    width: 160px;
    height: 140px;
  }
  .ourPark__itemImg4 {
    width: 140px;
  }
  .ourPark__itemImg5 {
    width: 130px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .ourPark {
    padding: 0 0 30px 0;
  }
  .ourPark__title {
    margin: 30px auto 75px;
  }
  .ourPark__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ourPark__item {
    width: 130px;
    height: 130px;
    margin: 0 15px 20px;
  }
  .ourPark__itemImg {
    width: 160px;
    height: 140px;
  }
  .ourPark__itemImg4 {
    width: 140px;
  }
  .ourPark__itemImg5 {
    width: 130px;
    font-size: 16px;
  }
}

/* -------------------------------------
	about
	------------------------------------- */
.about {
  padding: 0 0 90px;
}

.about__title {
  margin: 37px auto;
  max-width: 600px;
  text-align: center;
}

.about__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

.about__colDescr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
  position: relative;
  border: 1px dashed rgba(199, 199, 199, 0.5);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 45px 30px 30px 36px;
}

.about__colDescr:before {
  background: #fff;
  content: '';
  width: 15px;
  height: 15px;
  border-right: 1px dashed rgba(199, 199, 199, 0.5);
  border-top: 1px dashed rgba(199, 199, 199, 0.5);
  display: block;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: -2px;
  top: 53px;
}

.about__colDescr:after {
  position: absolute;
  content: '';
  width: 198px;
  height: 82px;
  background: url("../img/home/about.png") no-repeat center center;
  top: -60px;
  left: 30px;
}

.about__headline {
  font-size: 16px;
  font-weight: bold;
  color: #2c2c3b;
  font-family: "MS300";
  margin-bottom: 10px;
}

.about__txt {
  font-size: 15px;
  color: #2c2c3b;
  font-family: "MS300";
  line-height: 22px;
}

.about__colPartners {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66%;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  max-width: 66%;
  margin: 20px 9% 0 0;
}

.about__partnersBlock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.about__partnersItem {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.about__partnersImgWrap {
  min-height: 92px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.about__partnersTxt {
  font-size: 16px;
  color: #949494;
  line-height: 20px;
}

@media only screen and (max-width: 1379px) {
  .about__colDescr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .about__colPartners {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    max-width: 66%;
    margin: 20px 7% 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .about__colDescr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 35px 15px 20px 20px;
  }
  .about__colPartners {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73%;
        -ms-flex: 0 0 73%;
            flex: 0 0 73%;
    max-width: 73%;
    margin: 10px 0 0 0;
  }
  .about__txt {
    font-size: 14px;
    line-height: 19px;
  }
  .about__partnersTxt {
    font-size: 15px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .about__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about__colDescr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 35px 15px 20px 20px;
    margin-top: 30px;
  }
  .about__colPartners {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0 0 0;
  }
  .about__txt {
    font-size: 15px;
    line-height: 22px;
  }
  .about__partnersTxt {
    font-size: 15px;
    line-height: 18px;
  }
  .about__partnersImgWrap {
    min-height: 70px;
  }
  .about__partnersImgWrap img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .about__partnersTxt {
    font-size: 16px;
    line-height: 18px;
  }
  .about__partnersItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .about__colDescr {
    padding: 35px 15px 20px 20px;
    margin-top: 30px;
  }
  .about__colPartners {
    margin: 10px 0 0 0;
  }
  .about__txt {
    font-size: 14px;
    line-height: 20px;
  }
  .about__partnersTxt {
    font-size: 15px;
    line-height: 18px;
  }
  .about__partnersItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .about__partnersImgWrap {
    min-height: 50px;
  }
  .about__partnersImgWrap img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .about__colDescr {
    padding: 35px 15px 20px 20px;
    margin-top: 30px;
  }
  .about__colPartners {
    margin: 10px 0 0 0;
  }
  .about__txt {
    font-size: 14px;
    line-height: 20px;
  }
  .about__partnersTxt {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }
  .about__partnersBlock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .about__partnersItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 280px;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .about__partnersImgWrap {
    min-height: 50px;
  }
  .about__partnersImgWrap img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 50px;
    margin: 0 auto;
  }
}

/* -------------------------------------
	mainForm
	------------------------------------- */
.mainForm {
  padding: 50px 0;
}

.mainForm__wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.mainForm__title {
  font-size: 24px;
  color: #2c2c3b;
  font-family: "MS300";
  margin: 37px 0 30px 28px;
}

.mainForm__title span {
  color: #38b1e8;
}

.mainForm__block {
  margin-bottom: 30px;
  height: 255px;
  background: #fff;
  margin-left: 25px;
  padding: 5px 25px 0 0;
  color: #000;
  position: relative;
  -webkit-border-radius: 0 8px 8px 0;
          border-radius: 0 8px 8px 0;
  -webkit-box-shadow: -11px 10px 22px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -11px 10px 22px 0px rgba(0, 0, 0, 0.2);
}

.mainForm__block:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background: #38b1e8;
  -webkit-border-radius: 0 0 50px 50px;
          border-radius: 0 0 50px 50px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-51%);
      -ms-transform: translateX(-51%);
          transform: translateX(-51%);
}

.mainForm__block:after {
  position: absolute;
  content: '';
  width: 460px;
  height: 250px;
  background: url("../img/home/hero-car.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  top: -60px;
  right: -60px;
}

.mainForm .addbox {
  background: #fff;
  width: 25px;
  position: absolute;
  z-index: 2;
  left: 1px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.mainForm .addbox1 {
  max-height: 16%;
  height: 16%;
  top: 0;
  -webkit-border-radius: 8px 0 0 0;
          border-radius: 8px 0 0 0;
}

.mainForm .addbox1:before {
  position: absolute;
  content: '';
  border: 13px solid transparent;
  border-top: 13px solid white;
  border-right: 13px solid white;
  bottom: 1px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.mainForm .addbox2 {
  bottom: 0;
  -webkit-border-radius: 0 0 0 8px;
          border-radius: 0 0 0 8px;
  max-height: 66%;
  height: 66%;
}

.mainForm .addbox2:before {
  position: absolute;
  content: '';
  top: 1px;
  border: 13px solid transparent;
  border-right: 13px solid white;
  border-bottom: 13px solid white;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.mainForm .divider {
  position: absolute;
  width: 25px;
  height: 4px;
  background: #38b1e8;
  left: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transform: translateX(-100%) rotate(45deg);
      -ms-transform: translateX(-100%) rotate(45deg);
          transform: translateX(-100%) rotate(45deg);
  top: 23%;
}

.mainForm__form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.mainForm input:not([type="submit"]) {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 25px 15px;
  color: #b1b1b1;
  font-family: "MS300";
  font-size: 15px;
}

.mainForm__formItemField {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}

.mainForm__formItemSubmit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
}

.mainForm__formItemSubmit .agreement {
  margin-top: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #b1b1b1;
  text-align: center;
  font-family: "MS300";
}

.mainForm__formItemSubmit .agreement a {
  color: #38b1e8;
}

@media only screen and (max-width: 1199px) {
  .mainForm__block:after {
    position: absolute;
    content: '';
    width: 460px;
    height: 250px;
    background: url("../img/home/hero-car.png") no-repeat center right -40px;
    -webkit-background-size: contain;
            background-size: contain;
    top: -60px;
    right: -10px;
  }
}

@media only screen and (max-width: 991px) {
  .mainForm__block:before {
    -webkit-transform: translateX(-52%);
        -ms-transform: translateX(-52%);
            transform: translateX(-52%);
  }
  .mainForm__block:after {
    width: 260px;
    height: 200px;
    background: url("../img/home/hero-car.png") no-repeat center right -25px;
    -webkit-background-size: contain;
            background-size: contain;
    top: -40px;
    right: -10px;
  }
  .mainForm__formItemField {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
  .mainForm__formItemSubmit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .mainForm__formItemSubmit .agreement {
    margin-top: 12px;
    font-size: 12px;
    line-height: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .mainForm__title {
    margin: 30px 0 30px 5px;
    font-size: 22px;
    text-align: center;
  }
  .mainForm__block {
    height: 315px;
  }
  .mainForm__block:after {
    content: none;
  }
  .mainForm__form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .mainForm__formItemField {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
  .mainForm__formItemSubmit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    max-width: 38%;
    margin-bottom: 20px;
  }
  .mainForm__formItemSubmit .agreement {
    margin-top: 12px;
    font-size: 12px;
    line-height: 14px;
  }
  .mainForm .addbox1 {
    max-height: 10%;
    height: 10%;
  }
  .mainForm .addbox2 {
    max-height: 80%;
    height: 80%;
  }
  .mainForm .divider {
    left: 2px;
    top: 14%;
  }
}

@media only screen and (max-width: 480px) {
  .mainForm__title {
    margin: 15px 0 20px 5px;
    font-size: 20px;
    text-align: center;
  }
  .mainForm__block {
    height: 370px;
  }
  .mainForm__block:before {
    -webkit-transform: translateX(-53%);
        -ms-transform: translateX(-53%);
            transform: translateX(-53%);
  }
  .mainForm__form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainForm input:not([type="submit"]) {
    padding: 20px 15px;
  }
  .mainForm__formItemField {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .mainForm__formItemSubmit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 175px;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
    max-width: 175px;
    margin-bottom: 20px;
  }
  .mainForm__formItemSubmit .agreement {
    margin-top: 12px;
    font-size: 12px;
    line-height: 14px;
  }
  .mainForm .addbox1 {
    max-height: 10%;
    height: 10%;
  }
  .mainForm .addbox2 {
    max-height: 80%;
    height: 80%;
  }
  .mainForm .divider {
    left: 2px;
    top: 14%;
  }
}

/* -------------------------------------
	steps
	------------------------------------- */
.steps {
  padding: 0 0 50px 0;
}

.steps__title {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.steps__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.steps__item1 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 110px 90px;
}

.steps__item2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 0;
}

.steps__item2 .itemTxt {
  margin-right: 75px;
}

.steps__item2 .steps__itemImg {
  position: relative;
}

.steps__item2 .steps__itemImg:before {
  position: absolute;
  content: '';
  width: 129px;
  height: 155px;
  left: -50px;
  top: 137px;
  background: url("../img/home/step-line2.png") no-repeat center center;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.steps__itemAdd2 {
  position: relative;
  border: 1px dashed rgba(199, 199, 199, 0.5);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  height: 160px;
  background: url("../img/home/license.png") no-repeat center left 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
}

.steps__itemAdd2_txt {
  font-size: 16px;
  line-height: 24px;
  color: #3d3d4a;
  font-family: "MS300";
  max-width: 100px;
}

.steps__itemAdd2:before {
  background: #fff;
  content: '';
  width: 15px;
  height: 15px;
  border-right: 1px dashed rgba(199, 199, 199, 0.5);
  border-top: 1px dashed rgba(199, 199, 199, 0.5);
  display: block;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: -2px;
  top: 53px;
}

.steps__itemImg {
  margin-right: 23px;
}

.steps__itemNumber {
  font-size: 180px;
  color: #3d3d4a;
  font-family: "MS500";
  opacity: 0.15;
  line-height: 72px;
}

.steps__itemTxt {
  color: #3d3d4a;
  font-size: 16px;
  max-width: 260px;
  line-height: 24px;
  margin-bottom: 20px;
}

.steps__btn {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  font-family: "MS300";
}

.steps__itemDescr2 {
  position: relative;
}

.steps__itemDescr2:before {
  position: absolute;
  content: '';
  width: 152px;
  height: 189px;
  right: -20px;
  top: 70px;
  background: url("../img/home/step-line1.png") no-repeat center center;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.steps__item3 {
  margin: -35px 0 0 90px;
}

.steps__itemAdd3 {
  max-width: 320px;
  height: 140px;
  margin-top: 50px;
  padding: 5px 0 5px 170px;
  background: url(../img/home/step3add.png) no-repeat center left 30px;
}

.steps__itemAdd3_txt {
  padding: 0;
  max-width: none;
}

@media only screen and (max-width: 1199px) {
  .steps__item1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 110px 0px;
  }
  .steps__item3 {
    margin: 0px 0 0 0px;
  }
}

@media only screen and (max-width: 991px) {
  .steps__title {
    margin: 0 auto 30px;
  }
  .steps__itemNumber {
    font-size: 150px;
    line-height: 1;
    margin-bottom: -45px;
  }
  .steps__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .steps__itemDescr2:before {
    content: normal;
  }
  .steps__item2 .steps__itemImg:before {
    content: normal;
  }
  .steps__item2 .itemTxt {
    margin-right: 0;
  }
  .steps__itemImg {
    max-width: 260px;
  }
  .steps__itemAdd2 {
    padding-right: 5px;
    max-width: 260px;
  }
  .steps__itemAdd3 {
    max-width: 260px;
    height: 140px;
    margin-top: 50px;
    padding: 5px 10px 5px 120px;
    background: url(../img/home/step3add.png) no-repeat center left 10px;
  }
}

@media only screen and (max-width: 767px) {
  .steps__itemAdd2 {
    display: none;
  }
  .steps__item1 {
    margin: 0 0 40px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .steps__title {
    margin: 0 auto 10px;
  }
  .steps__itemNumber {
    font-size: 100px;
    line-height: 1;
    margin-bottom: -33px;
  }
  .steps__itemImg {
    max-width: 230px;
  }
}

@media only screen and (max-width: 480px) {
  .steps {
    padding: 0 0 10px 0;
  }
  .steps__title {
    margin: 0 auto 30px;
  }
  .steps__itemNumber {
    font-size: 90px;
    line-height: 1;
    margin-bottom: -33px;
  }
  .steps__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .steps__itemImg {
    max-width: 180px;
  }
  .steps__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* -------------------------------------
	contacts
	------------------------------------- */
.contacts__title {
  text-align: center;
  margin: 33px 0 45px;
}

.contacts__map {
  position: relative;
}

.contacts__info {
  position: absolute;
  background: #fff;
  width: 100%;
  max-width: 375px;
  height: 355px;
  left: 80px;
  top: 110px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 20px 30px;
}

.contacts__infoHeadline {
  font-size: 24px;
  font-family: "MS300";
  color: #2c2c3b;
  line-height: 60px;
}

.contacts__infoHeadline span {
  color: #38b1e8;
}

.contacts__infoSubHeadline {
  font-size: 14px;
  color: #2c2c3b;
  line-height: 20px;
  margin-bottom: 40px;
}

.contacts__infoRow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__infoItem {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  margin-bottom: 30px;
}

.contacts__infoItemTitle {
  font-family: "MS500";
  font-weight: bold;
  color: rgba(44, 44, 59, 0.5);
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
}

.contacts__infoItemDescr {
  color: #2c2c3b;
  font-family: "MS300";
  font-size: 15px;
  line-height: 20px;
}

@media only screen and (max-width: 1199px) {
  .contacts__info {
    position: absolute;
    background: #fff;
    height: auto;
    left: 80px;
    top: 50%;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}

@media only screen and (max-width: 991px) {
  .contacts__info {
    position: absolute;
    background: #fff;
    left: 80px;
    top: 50%;
    padding: 10px 30px 0;
    -webkit-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
            transform: translateY(-57%);
  }
}

@media only screen and (max-width: 767px) {
  .contacts__infoHeadline {
    text-align: center;
  }
  .contacts__infoSubHeadline {
    text-align: center;
  }
  .contacts__info {
    position: relative;
    background: #fff;
    left: auto;
    top: auto;
    margin: 0 auto 30px;
    padding: 10px 30px 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 480px) {
  .contacts__infoHeadline {
    font-size: 22px;
  }
  .contacts__infoSubHeadline {
    margin-bottom: 20px;
  }
  .contacts__info {
    position: relative;
    background: #fff;
    left: auto;
    top: auto;
    margin: 0 auto 30px;
    padding: 10px 30px 10px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0 0 3px 3px rgba;
            box-shadow: 0 0 3px 3px rgba;
  }
  .contacts__infoRow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts__infoItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    max-width: 140px;
    margin-bottom: 10px;
  }
  .contacts__infoItemDescr {
    font-size: 16px;
  }
  .contacts__infoItemDescr br {
    display: none;
  }
}

/* -------------------------------------
	cars-usluga
	------------------------------------- */
.carsPark {
  padding-bottom: 50px;
  margin-top: 70px;
}

.carsPark__title {
  font-size: 48px;
  color: #2c2c3b;
  line-height: 60px;
  text-align: center;
  font-family: "MS700";
  max-width: 750px;
  margin: 0 auto 30px;
}

.carsPark__descr {
  padding: 40px 0 10px;
  color: #0b0e15;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}

.carsPark__descr ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 5px 0;
}

.carsPark__descr p {
  margin-bottom: 15px;
}

.carsPark__descrFloat {
  width: 17vw;
  height: 100px;
  float: right;
  min-width: 225px;
  margin: 0 10px;
}

.carsPark__seeAll {
  font-size: 12px;
  font-family: "MS500";
  color: #000;
  display: block;
  max-width: 300px;
  text-align: center;
  width: 100%;
  margin: 30px auto;
  text-transform: uppercase;
  padding: 5px;
}

.carsPark__seeAll:hover {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: underline;
}

.tabCatalog {
  border: 1px solid rgba(199, 199, 199, 0.5);
  background: #fff;
  margin: 0 5px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px 7px white, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px 7px white, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.tabCatalog:before {
  position: absolute;
  content: '';
  background: url("../img/home/hero-car.png") no-repeat right center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 30vw;
  height: 350px;
  right: -10vw;
  top: -8vw;
}

.tabCatalog__content {
  padding-top: 15px;
}

.tabCatalog__tabsWpap--bd {
  border-bottom: 1px solid rgba(199, 199, 199, 0.5);
  margin-bottom: 30px;
}

.tabCatalog__itemRow {
  display: none;
}

.tabCatalog__itemRow.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid rgba(199, 199, 199, 0.5);
}

.tabCatalog__tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.tabCatalog__tab {
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.tabCatalog__tabImg {
  margin-bottom: 0;
  height: 90px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.tabCatalog__tabImg img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.tabCatalog__tabTitle {
  font-size: 16px;
  color: #2c2c3b;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}

.tabCatalog__item:not(:first-child) {
  display: none;
}

.tabCatalog .js-tab--active {
  border-bottom: 5px solid #38b1e8;
}

.carsParkCard {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.4%;
      -ms-flex: 0 0 23.4%;
          flex: 0 0 23.4%;
  max-width: 23.4%;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.carsParkCard__img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 175px;
}

.carsParkCard__img img {
  width: 100%;
  height: 100%;
  max-height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}

.carsParkCard__title {
  font-family: "MS700";
  font-size: 18px;
  line-height: 24px;
  color: #2c2c3b;
  padding: 16px 5px;
  min-height: 80px;
}

.carsParkCard__info {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(199, 199, 199, 0.5);
}

.carsParkCard__places {
  font-family: "MS500";
  padding: 16px 5px;
}

.carsParkCard__price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carsParkCard__priceKm, .carsParkCard__priceHr {
  border: 1px solid rgba(199, 199, 199, 0.5);
  border-bottom: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 45px 16px 15px;
  text-align: center;
  font-size: 14px;
}

.carsParkCard__priceKm {
  background: url("../img/usluga/location.png") no-repeat top 12px center;
  border-right: none;
  border-left: none;
}

.carsParkCard__priceHr {
  background: url("../img/usluga/clock.png") no-repeat top 12px center;
  border-right: none;
}

.carsParkCard__btn {
  display: none;
  position: absolute;
  background: #fff;
  left: -10px;
  right: -10px;
  bottom: 0px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}

.carsParkCard__btn .btns {
  position: relative;
  left: 50%;
  top: 15px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tr {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 3;
  background: #FBFBFB;
}

.tr img {
  position: absolute;
}

.tr .carsParkCard__info {
  position: absolute;
  left: 10px;
  right: 10px;
  background: #FBFBFB;
  margin-left: auto;
  margin-right: auto;
}

.tr .carsParkCard__btn {
  background: #FBFBFB;
}

.tr .carsParkCard__btn:after {
  position: absolute;
  content: '';
  height: 60px;
  background: #FBFBFB;
  bottom: 10px;
  -webkit-transform: translateY(90%);
      -ms-transform: translateY(90%);
          transform: translateY(90%);
  left: 0;
  right: 0;
  -webkit-border-radius: 240px/40px;
          border-radius: 240px/40px;
}

.carsPark__seeAll--padding {
  padding-bottom: 115px;
}

.carsPark__seeAll--padding .tabCatalog__itemRow {
  border-bottom: none;
}

@media only screen and (max-width: 1700px) {
  .tabCatalog:before {
    width: 26vw;
    height: 250px;
    right: -5vw;
    top: -5vw;
  }
}

@media only screen and (max-width: 1500px) {
  .tabCatalog:before {
    background: url("../img/home/hero-car.png") no-repeat right -25px center;
    -webkit-background-size: contain;
            background-size: contain;
    right: -2vw;
  }
}

@media only screen and (max-width: 1400px) {
  .tabCatalog:before {
    background: url("../img/home/hero-car.png") no-repeat right -25px center;
    -webkit-background-size: contain;
            background-size: contain;
    right: 0;
    width: 24vw;
    height: 250px;
    top: -4vw;
  }
}

@media only screen and (max-width: 1199px) {
  .carsPark__title {
    font-size: 40px;
    max-width: 640px;
  }
  .carsPark__descrFloat {
    display: none;
  }
  .tabCatalog:before {
    content: normal;
  }
  .carsParkCard__priceKm, .carsParkCard__priceHr {
    padding: 45px 6px 15px;
  }
  .carsParkCard.tr .carsParkCard__priceKm,
  .carsParkCard.tr .carsParkCard__priceHr {
    padding: 45px 0px 15px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .carsParkCard {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 260px;
  }
  .carsParkCard__priceKm, .carsParkCard__priceHr {
    padding: 45px 16px 15px;
  }
  .tabCatalog__itemRow.active {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .carsParkCard.tr .carsParkCard__priceKm,
  .carsParkCard.tr .carsParkCard__priceHr {
    padding: 45px 15px 15px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .carsPark__title {
    font-size: 36px;
    line-height: 1.4;
  }
  .carsParkCard {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 290px;
    width: 100%;
    padding: 0 15px 100px;
    border: 1px solid rgba(199, 199, 199, 0.5);
  }
  .carsParkCard__btn {
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    bottom: 40px;
    left: 0;
    right: 0;
  }
  .carsParkCard__priceKm, .carsParkCard__priceHr {
    padding: 45px 16px 15px;
  }
  .tabCatalog__itemRow.active {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .tabCatalog__tabs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .tabCatalog__tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26%;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 26%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .carsPark__title {
    font-size: 30px;
    line-height: 1.4;
  }
  .tabCatalog__tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
  .tabCatalog__tabImg {
    height: 55px;
  }
  .tabCatalog__tabImg img {
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .carsPark__title {
    font-size: 25px;
    line-height: 1.4;
  }
  .carsParkCard__img {
    margin: 0 -15px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    height: 175px;
  }
  .carsParkCard__img img {
    width: auto;
    width: 100%;
    height: 100%;
    max-height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* -------------------------------------
	cars-usluga
	------------------------------------- */
.carsParkAdd {
  padding: 50px 0 55px;
}

.carsParkAdd__wrapper {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 7px white, 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px 7px white, 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.carsParkAdd__title {
  text-align: center;
  margin-bottom: 32px;
}

.carsParkAdd__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px dashed rgba(199, 199, 199, 0.5);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 24px 25px;
  position: relative;
}

.carsParkAdd__row:before {
  background: #fff;
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: -2px;
  top: 53px;
}

.carsParkAdd__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 24%;
  display: block;
}

.carsParkAddItem__img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 15px;
  height: 176px;
}

.carsParkAddItem__img img {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.carsParkAddItem__txt {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-family: "MS700";
  color: #2c2c3b;
  min-height: 48px;
}

@media only screen and (max-width: 1199px) {
  .carsParkAdd__row {
    padding: 14px;
  }
  .carsParkAddItem__txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .carsParkAdd__row {
    padding: 14px;
  }
  .carsParkAdd__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 30px;
  }
  .carsParkAddItem__txt {
    font-size: 17px;
  }
}

@media only screen and (max-width: 575px) {
  .carsParkAdd {
    padding: 30px 0 50px;
  }
  .carsParkAdd__row {
    padding: 14px;
  }
  .carsParkAdd__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .carsParkAddItem__txt {
    font-size: 16px;
  }
}

/* -------------------------------------
	cars-usluga
	------------------------------------- */
.carOrderView__wrapper {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-bottom: 35px;
}

.carOrderView__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 80px 80px 55px;
}

.carOrderView__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}

.carOrderView .slider-for {
  margin-bottom: 12px;
}

.carOrderView .slider-for__sliderImg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 340px;
  max-height: 340px;
  min-height: 340px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.carOrderView .slider-for__sliderImg img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
}

.carOrderView .slider-nav {
  margin: 0 -5px;
}

.carOrderView .slider-nav__slider {
  height: 140px;
}

.carOrderView .slider-nav__sliderImg {
  overflow: hidden;
  margin: 0 5px;
  height: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
}

.carOrderView .slider-nav__sliderImg img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  min-height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.carOrderView .slider-nav__sliderImg:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.carOrderView .slider-nav__slider.slick-current .slider-nav__sliderImg:before {
  content: normal;
}

.carOrderViewDescr {
  color: #2c2c3b;
}

.carOrderViewDescr__infoRow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.carOrderViewDescr__headline {
  font-family: "MS700";
  font-size: 24px;
  text-transform: capitalize;
  margin: 10px 0 34px;
}

.carOrderViewDescr__places, .carOrderViewDescr__priceKm, .carOrderViewDescr__priceHr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
  background: #F5F5F5;
  height: 140px;
  display: table-caption;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "MS300";
}

.carOrderViewDescr__places {
  padding: 37px 25px 20px;
}

.carOrderViewDescr__places .number {
  display: block;
  font-family: "MS500";
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 6px;
}

.carOrderViewDescr__priceKm {
  background: url(../img/usluga/location.png) #F5F5F5 no-repeat top 37px center;
  padding: 70px 45px 30px;
}

.carOrderViewDescr__priceHr {
  background: url(../img/usluga/clock.png) #F5F5F5 no-repeat top 42px center;
  padding: 70px 45px 30px;
}

.carOrderViewDescr__details {
  margin-top: 30px;
}

.carOrderViewDescr__txt {
  font-size: 16px;
  font-family: "MS300";
  margin-bottom: 10px;
}

.carOrderViewDescr__txt .detailName {
  font-family: "MS500";
}

@media only screen and (max-width: 1379px) {
  .carOrderViewDescr__priceKm {
    padding: 70px 30px 30px;
  }
  .carOrderViewDescr__priceHr {
    padding: 70px 30px 30px;
  }
  .carOrderView .slider-for__sliderImg {
    height: 280px;
    max-height: 280px;
    min-height: 280px;
  }
  .carOrderView .slider-nav__slider {
    height: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .carOrderViewDescr__places {
    padding: 23px 10px 20px;
    line-height: 1;
  }
  .carOrderViewDescr__places .number {
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .carOrderViewDescr__places, .carOrderViewDescr__priceKm, .carOrderViewDescr__priceHr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    height: 110px;
  }
  .carOrderViewDescr__priceKm {
    padding: 55px 10px 30px;
    background: url(../img/usluga/location.png) #F5F5F5 no-repeat top 20px center;
  }
  .carOrderViewDescr__priceHr {
    padding: 55px 10px 30px;
    background: url(../img/usluga/clock.png) #F5F5F5 no-repeat top 25px center;
  }
  .carOrderView .slider-for__sliderImg {
    height: 230px;
    max-height: 230px;
    min-height: 230px;
  }
  .carOrderView .slider-nav__slider {
    height: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .carOrderView__row {
    padding: 30px 20px 45px;
  }
  .carOrderView .slider-for__sliderImg {
    height: 210px;
    max-height: 210px;
    min-height: 210px;
  }
  .carOrderView .slider-nav__slider {
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pageSingleCar {
    padding-top: 70px;
  }
  .carOrderView__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 50px 45px;
  }
  .carOrderView__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .carOrderView__row {
    padding: 30px 10px 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .carOrderView__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .carOrderView .slider-for__sliderImg {
    height: 190px;
    max-height: 190px;
    min-height: 190px;
  }
  .carOrderView .slider-nav__slider {
    height: 70px;
  }
  .carOrderViewDescr__headline {
    font-size: 22px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .carOrderView__row {
    padding: 30px 5px 45px;
  }
  .carOrderView .slider-for__sliderImg {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
  }
  .carOrderView .slider-nav__slider {
    height: 60px;
  }
  .carOrderViewDescr__headline {
    font-size: 20px;
  }
  .carOrderViewDescr__places, .carOrderViewDescr__priceKm, .carOrderViewDescr__priceHr {
    font-size: 12px;
  }
}

/* -------------------------------------
	car
	------------------------------------- */
.carOrderViewOrder {
  background-color: #f8f8f8;
  padding: 50px 115px 40px 80px;
  font-family: "MS300";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.carOrderViewOrder span {
  color: #38b1e8;
}

.carOrderViewOrder__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carOrderViewOrder__colDescr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 400px;
  width: 100%;
}

.carOrderViewOrder__colForm {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 57%;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
  max-width: 57%;
}

.carOrderViewOrderDescr__img {
  max-width: 400px;
  width: 100%;
  margin-left: 0;
  margin-bottom: -55px;
}

.carOrderViewOrderDescr__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.carOrderViewOrderForm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.carOrderViewOrderForm input:not([type="submit"]) {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;
  width: 100%;
  padding: 20px 26px;
  color: #b1b1b1;
  font-family: "MS300";
  font-size: 15px;
}

.carOrderViewOrderForm input[type="submit"] {
  max-width: none;
}

.carOrderViewOrderForm__formItem {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 20px;
}

.carOrderViewOrderForm__formItemAgreement {
  font-size: 14px;
  font-family: "MS300";
  line-height: 1.2;
  margin-bottom: 0;
  color: #b1b1b1;
  border: 1px dashed rgba(199, 199, 199, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 16px 20px;
  position: relative;
}

.carOrderViewOrderForm__formItemAgreement:before {
  background: #F8F8F8;
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border-right: 1px dashed rgba(199, 199, 199, 0.5);
  border-top: 1px dashed rgba(199, 199, 199, 0.5);
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  left: -2px;
  top: 20px;
}

.carOrderViewOrderForm__formItemAgreement a {
  color: #38b1e8;
}

.carOrderViewOrderForm__formItemSubmit {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .carOrderViewOrder {
    padding: 50px 30px 20px 30px;
  }
  .carOrderViewOrder__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .carOrderViewOrder__colDescr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%;
    width: 100%;
  }
  .carOrderViewOrder__colForm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61%;
        -ms-flex: 0 0 61%;
            flex: 0 0 61%;
    max-width: 61%;
  }
  .carOrderViewOrderDescr__txt {
    font-size: 20px;
    line-height: 26px;
  }
  .carOrderViewOrderDescr__img {
    margin-top: 30px;
  }
  .carOrderViewOrderForm__formItemAgreement {
    padding: 16px 10px 16px 15px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  .carOrderViewOrder {
    padding: 40px 50px;
  }
  .carOrderViewOrder__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .carOrderViewOrder__colDescr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .carOrderViewOrder__colForm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .carOrderViewOrderDescr__txt {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .carOrderViewOrderDescr__img {
    margin: 30px auto;
  }
  .carOrderViewOrderForm__formItemAgreement {
    padding: 16px 10px 16px 15px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .carOrderViewOrder {
    padding: 30px 10px;
  }
  .carOrderViewOrderDescr__img {
    margin: 30px auto;
    max-width: 300px;
  }
  .carOrderViewOrderForm__formItemAgreement {
    padding: 16px 5px 16px 15px;
    font-size: 12px;
  }
  .carOrderViewOrderForm input:not([type="submit"]) {
    padding: 18px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .carOrderViewOrder {
    padding: 30px 10px;
  }
  .carOrderViewOrderDescr__img {
    margin: 30px auto;
    max-width: 250px;
  }
  .carOrderViewOrderDescr__txt {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    max-width: 380px;
  }
  .carOrderViewOrderForm {
    max-width: 300px;
  }
  .carOrderViewOrderForm__formItem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .carOrderViewOrderForm__formItemAgreement {
    padding: 16px 5px 16px 20px;
    font-size: 14px;
  }
  .carOrderViewOrderForm input:not([type="submit"]) {
    padding: 18px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .carOrderViewOrderDescr__txt {
    font-size: 19px;
  }
}

@media only screen and (max-width: 375px) {
  .carOrderViewOrderDescr__txt {
    font-size: 18px;
  }
}

/* -------------------------------------
	faq-accordion
	------------------------------------- */
.accordion {
  max-width: 1110px;
  width: 100%;
  margin: 30px auto 90px;
  border-top: 1px solid #d9e5e8;
}

.accordion__item {
  border: 1px solid rgba(199, 199, 199, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 5px white, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px 5px white, 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 0 80px 0 105px;
}

.accordion__content {
  display: none;
  max-width: 860px;
  width: 100%;
  color: #0d1c3e;
  font-size: 18px;
  line-height: 24px;
  font-family: "MS500";
  padding-bottom: 20px;
}

.accordion__content p {
  margin-bottom: 20px;
}

.accordion__content ul li {
  padding-left: 30px;
  position: relative;
}

.accordion__content ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #38b1e8;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  left: 3px;
  top: 8px;
}

.accordion__headline {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 25px;
  padding: 28px 0 28px 0;
  font-family: "MS500";
  line-height: 1.2;
  color: #0d1c3e;
}

.accordion__headline span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  right: 30px;
  border: 2px solid #38b1e8;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 35px;
  max-width: 35px;
  min-width: 35px;
  height: 35px;
  max-height: 35px;
  min-height: 35px;
  margin-left: 30px;
}

.accordion__headline span:after {
  width: 10px;
  height: 10px;
  border-right: 2px solid #38b1e8;
  border-bottom: 2px solid #38b1e8;
  position: absolute;
  right: 10px;
  content: " ";
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion__headline.active span:after {
  -webkit-transform: rotate(225deg) translate(0);
      -ms-transform: rotate(225deg) translate(0);
          transform: rotate(225deg) translate(0);
  top: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .accordion__item {
    padding: 0 40px;
  }
  .accordion__headline {
    font-size: 23px;
  }
  .accordion__headline span {
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .accordion__item {
    padding: 0 20px;
  }
  .accordion__headline {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .pageFaq {
    margin-top: 70px;
  }
  .accordion__headline {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .accordion__item {
    padding: 0 15px;
  }
  .accordion__headline {
    font-size: 18px;
  }
  .accordion__content {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .accordion__headline {
    font-size: 17px;
  }
  .accordion__headline span {
    margin-left: 20px;
  }
  .accordion__content {
    font-size: 16px;
  }
}

/* -------------------------------------
	footer
	------------------------------------- */
.footer {
  padding: 25px 0 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 950px;
  margin: 0 auto;
}

.footer__colLogo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 180px;
}

.footer__colNav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer__navList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
}

.footer__navList a {
  margin: 0 20px;
  font-size: 15px;
  line-height: 16px;
  font-family: "MS300";
  text-decoration: underline;
  text-decoration: none;
  border-bottom: 1px solid #85BCFF;
  color: #85BCFF;
}

.footer__navList a:hover {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.footer__colContacts {
  padding-top: 20px;
}

.footer__phone, .footer__mail {
  display: block;
  font-family: "MS500";
  line-height: 30px;
  text-align: right;
}

.footer__phone {
  font-size: 21px;
  color: #2c2c3b;
}

.footer__mail {
  font-size: 14px;
  color: #8b8b96;
}

@media only screen and (max-width: 767px) {
  .footer__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__colLogo, .footer__colContacts, .footer__colNav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__colLogo {
    max-width: 160px;
  }
  .footer__colLogo img {
    margin: 0 auto;
  }
  .footer__navList {
    margin: 10px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__phone, .footer__mail {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
  }
}

/* -------------------------------------
	popups
	------------------------------------- */
.cd-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: .25em .25em .4em .4em;
          border-radius: .25em .25em .4em .4em;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #38b1e8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 13px;
  width: 18px;
  height: 4px;
  background-color: #fff;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 6px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
}

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: #000;
  white-space: nowrap;
}

.popupContainerWrap {
  position: relative;
  background: white;
  color: #fff;
  padding: 20px 0;
}

.popupContainerWrap h2 {
  text-align: center;
  margin: 20px auto;
}

.popupContainerWrap p {
  margin-bottom: 15px;
}

.simplebar-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* popup end */
@media only screen and (max-width: 480px) {
  .popupContainerWrap {
    padding: 0;
    margin: 0 -10px;
  }
}
